home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Cesitlemeler / Directx 3.0 / dx3.exe / SDK / SAMPLES / DS3DVIEW / FILE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-28  |  137 b   |  10 lines

  1. #ifndef ___VIEWER_FILE_OPENERS
  2. #define ___VIEWER_FILE_OPENERS
  3.  
  4. char* OpenNewFile(HWND);
  5. char* OpenNewSoundFile(HWND);
  6.  
  7. #endif
  8.  
  9.  
  10.